From: Richard M. Stallman Date: Thu, 15 Sep 1994 20:10:12 +0000 (+0000) Subject: Don't call menu-bar-mode. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~90303 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=74cadca3f49459d547a227f178d2364d60b33da9;p=emacs.git Don't call menu-bar-mode. --- diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 344715afe89..53e678602c5 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -620,8 +620,6 @@ This is in addition to the primary selection.") (while (setq i (string-match "[.*]" x-resource-name)) (aset x-resource-name i ?-)))) -(menu-bar-mode t) - (x-open-connection (or x-display-name (setq x-display-name (getenv "DISPLAY"))) x-command-line-resources)